object GlobalGWForm: TGlobalGWForm Left = 205 Top = 177 Width = 694 Height = 446 Caption = 'Public Folders' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Microsoft Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object GlobalAccountsPanel: TTntPanel Left = 0 Top = 0 Width = 686 Height = 419 Align = alClient BevelOuter = bvNone TabOrder = 0 object GWAccountList: TExtListViewManagement Left = 0 Top = 0 Width = 686 Height = 392 RowSelect = True AutoColumnSort = acsSortToggle AutoSortStyle = assDefault NoColumnResize = False ShowSortArrows = True Align = alClient Columns = < item Caption = 'Name' Width = 160 end item AutoSize = True Caption = 'Account' end> ReadOnly = True HideSelection = False PopupMenu = ConfigForm.ListViewPopup TabOrder = 0 ViewStyle = vsReport SmallImages = ConfigForm.SmallImageList ButtonAdd = AddSecure ButtonEdit = EditSecure ButtonDelete = DeleteSecure OnItemDisplay = GWAccountListItemDisplay OnItemAdd = GWAccountListItemAdd OnItemEdit = GWAccountListItemEdit OnItemDelete = GWAccountListItemDelete end object BottomPanel: TTntPanel Left = 0 Top = 392 Width = 686 Height = 27 Align = alBottom BevelOuter = bvNone TabOrder = 1 object AddSecure: TTntButton Left = 3 Top = 3 Width = 72 Height = 23 Caption = 'Add...' TabOrder = 0 end object EditSecure: TTntButton Left = 78 Top = 3 Width = 72 Height = 23 Caption = 'Edit...' Enabled = False TabOrder = 1 end object DeleteSecure: TTntButton Left = 153 Top = 3 Width = 72 Height = 23 Caption = 'Delete' Enabled = False TabOrder = 2 end end end end